Micron Document




Label (command)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
In computing, label is a command included with some operating systems (e.g., DOS,cite-ref-jamsa1993-1-0[1] IBM OS/2,cite-ref-2[2] Microsoft Windowscite-ref-3[3] and ReactOScite-ref-4[4]). It is used to create, change, or delete a volume label on a logical drive, such as a hard disk partition or a floppy disk. Used without parameters, label changes the current volume label or deletes the existing label.

Contents

Syntax

──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

History

The command was originally designed to label floppy disks as a reminder of which one is in the machine. However, it can also be applied to other types of drive such as mapped drives.cite-ref-ss64-5-0[5]

It is available in MS-DOS versions 3.1 and later and IBM PC DOS releases 3 and later.cite-ref-runningmsdos-6-0[6] It is an external command. MS-DOS 4.0x and earlier used label.com as the external file. MS-DOS 5.0 and Windows use label.exe as the external file.cite-ref-7[7] DR DOS 6.0 includes an implementation of the label command.cite-ref-drdos6userguide-8-0[8] The FreeDOS version was developed by Joe Cosentino and is licensed under the GPL.cite-ref-9[9]

In modern versions of Microsoft Windows, changing the disk label requires elevated permissions.cite-ref-ss64-5-1[5] The Windows dir command displays the volume label and serial number (if it has one) as part of the directory listing.

In Unix and other Unix-like operating systems, the name of the equivalent command differs from file system to file system. For instance, the command e2label can be used for ext2 partitions.

Syntax

LABEL [drive:][label]
LABEL [/MP] [volume] [label]

Arguments:

drive: This command-line argument specifies the drive letter of a drive.
label Specifies the label of the volume.
volume Specifies the drive letter (followed by a colon), mount point, or volume name.

Flags:

/MP Specifies that the volume should be treated as a mount point or volume name.

Note: If volume name is specified, the /MP flag is unnecessary.

Example for the command.

C:\Users\root>label D: Backup

Supported file systems

FAT12
FAT16
FAT32
exFAT
NTFS

Limitations

FAT volume labels

FAT volumes have the following limitations:cite-ref-ss64-5-2[5]

• Volume labels can contain as many as 11 character bytes and can include spaces, but no tabs. The characters are in the OEM code page of the system that created the label.
• Volume labels cannot contain the following characters: ? / \ | . , ; : + = [ ] < > "
• Volume labels are stored as upper-case regardless of whether they contain lower-case letters.

NTFS volume labels

NTFS volume labels can contain as many as 32 Unicode characters.cite-ref-ss64-5-3[5]

See also

Vol (command) — Displays the disk volume label and serial number.

References

cite-note-jamsa1993-11. citerefjamsa1993Jamsa, Kris A. (1993), DOS: The Complete Reference, Osborne McGraw-Hill, ISBN 0078819040.
cite-note-22. "JaTomes Help - OS/2 Commands". www.jatomes.com. Archived from the original on 2019-04-14.
cite-note-33. Microsoft TechNet Label article
cite-note-44. https://github.com/reactos/reactos/blob/master/base/shell/cmd/label.c
cite-note-ss64-55. Label - Disk label - Windows CMD - SS64.com
cite-note-runningmsdos-66. citerefwolverton2003Wolverton, Van (2003). Running MS-DOS Version 6.22 (20th Anniversary Edition), 6th Revised edition. Microsoft Press. ISBN 0-7356-1812-7.
cite-note-77. MS-DOS and Windows command line label command
cite-note-drdos6userguide-88. "DR DOS 6.0 User Guide Optimisation and Configuration Tips" (PDF). Archived from the original (PDF) on 2019-09-30. Retrieved 2019-08-12.
cite-note-99. "FreeDOS 1.2 Updates Package - label (FreeDOS Base)". Ibiblio.org. 2021-11-19. Retrieved 2022-09-04.

Further reading

• citerefcooper2001Cooper, Jim (2001). Special Edition Using MS-DOS 6.22, Third Edition. Que Publishing. ISBN 978-0789725738.
• citereftim-o-reillytroy-mottwalter-glenn1999Tim O'Reilly; Troy Mott; Walter Glenn (1999). Windows 98 in a Nutshell: A Desktop Quick Reference. O'Reilly. ISBN 978-1565924864.
• citerefjohn-paul-mueller2007John Paul Mueller (2007). Windows Administration at the Command Line for Windows Vista, Windows 2003, Windows XP, and Windows 2000. John Wiley & Sons. ISBN 978-0470165799.

External links

Wikibooks has a book on the topic of:

Guide to Windows Commands

• label | Microsoft Docs